home *** CD-ROM | disk | FTP | other *** search
/ Word Play Farm / Word Play Farm.iso / pc / movies / milk.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1996-07-26  |  136 b   |  11 lines

  1. on exitFrame
  2.   global count
  3.   set count to count + 1
  4.   if count > 8 then
  5.     set count to 0
  6.     go(#next)
  7.     exit
  8.   end if
  9.   go(1)
  10. end
  11.